DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1WrapDataCollection<T> Class / CanRemoveRange Method

In This Topic
    CanRemoveRange Method (C1WrapDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function CanRemoveRange( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) As Boolean
    public virtual bool CanRemoveRange( 
       int index,
       int count
    )

    Parameters

    index
    count
    See Also